home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TSHOWREADME / TSHOWREADME.txt
Text File  |  2001-10-11  |  995b  |  53 lines

  1. object ShowReadme: TShowReadme
  2.   Left = 192
  3.   Top = 105
  4.   Width = 696
  5.   Height = 480
  6.   Caption = 'Plugin ReadMe'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 412
  21.     Width = 688
  22.     Height = 41
  23.     Align = alBottom
  24.     TabOrder = 0
  25.     object btnClose: TBitBtn
  26.       Left = 600
  27.       Top = 8
  28.       Width = 75
  29.       Height = 25
  30.       TabOrder = 0
  31.       Kind = bkClose
  32.     end
  33.   end
  34.   object Readme: TRichEdit
  35.     Left = 0
  36.     Top = 0
  37.     Width = 688
  38.     Height = 412
  39.     Align = alClient
  40.     ReadOnly = True
  41.     ScrollBars = ssVertical
  42.     TabOrder = 1
  43.   end
  44.   object msHTTPClient: TmsHTTPClient
  45.     Version = '2.02'
  46.     Authorization = False
  47.     ProxyAuthorization = False
  48.     ProxyPort = 0
  49.     Left = 8
  50.     Top = 422
  51.   end
  52. end
  53.